home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / show / MerlinGfx.lha / proto.h < prev    next >
Text File  |  1995-06-07  |  245b  |  8 lines

  1. void read_flihead (BPTR, struct fli_header *);
  2. void read_fheader (BPTR, struct frame_header *);
  3. void read_chunk (BPTR, struct chunk_header *);
  4. void interpret_fli  (BPTR, struct fli_header *,
  5.                             unsigned char *, int,
  6.                             void (*func)());
  7.  
  8.